getOrNull
Returns the element at the specified index in this collection, or returns null
if the index is out of bounds.
Deprecated
The index should be a PositiveInt or a StrictlyPositiveInt.
Replace with
import kotools.types.number.PositiveInt
Content copied to clipboard
getOrNull(PositiveInt(index))
Content copied to clipboard
Returns the element at the specified index in this collection, or returns null
if the index is out of bounds.